home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
ZIPPED
/
DOS
/
GRAPHICS
/
POVSRC.ZIP
/
MACHINE.ZIP
/
MAC.SIT
/
POV-Ray.r
< prev
next >
Wrap
Text File
|
1992-05-05
|
1KB
|
60 lines
/*
==============================================================================
Project: POV
File Name: POV-Ray.r
Description:
MPW Rez sourcefile.
This is currently here just to load the precompiled resources
into the application.
Related Files:
POV.c: Main program file
POV-Ray.╣.rsrc: What rsrcs get appended
POV-Ray.make: Who makes me
------------------------------------------------------------------------------
Author(s):
Eduard [esp] Schwan
------------------------------------------------------------------------------
Change History:
920308 [esp] Created.
920415 [esp] Added QuickTime SC stuff
920429 [esp] Removed QuickTime SC stuff and updated header comment refs
==============================================================================
*/
// Standard Type Definitions
#include "Types.r"
#include "SysTypes.r"
// Include application resources
// (and NOT the Source Code Mgr (Projector) check ID!)
include "POV.╣.rsrc" not 'ckid';
// Generated automagically in Think C, so must hide here in MPW C!
resource 'SIZE' (-1, purgeable) {
reserved,
acceptSuspendResumeEvents,
reserved,
canBackground,
multiFinderAware,
backgroundAndForeground,
dontGetFrontClicks,
ignoreChildDiedEvents,
is32BitCompatible,
isHighLevelEventAware,
onlyLocalHLEvents,
notStationeryAware,
dontUseTextEditServices,
reserved,
reserved,
reserved,
2048000,
1024000
};